ShadowObscured Class

Represents the shadow-obscured extension (a14:shadowObscured), a legacy VML compatibility flag indicating a transparent (obscured) shadow (uri {53640926-AAD7-44D8-BBD7-CCE9431645EC}).

Definition

Namespace: Independentsoft.Office.Drawing.Extensions
Assembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
C#
public class ShadowObscured : IExtensionContent
Inheritance
Object    ShadowObscured
Implements
IExtensionContent

Constructors

ShadowObscuredInitializes a new instance of the ShadowObscured class

Properties

Value Gets or sets the value (val). May be null - the attribute is sometimes absent in the wild.

Methods

Clone 
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Overrides ObjectToString)

See Also